object SMSBook: TSMSBook Left = 311 Top = 284 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Telefony' ClientHeight = 286 ClientWidth = 515 Color = 15724527 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 515 286) PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 8 Top = 8 Width = 501 Height = 244 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Nazwa' Width = 130 end item Caption = 'ID' Width = 115 end item Caption = 'Telefon' Width = 120 end item Caption = 'Grupa' Width = 120 end> Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] HideSelection = False MultiSelect = True ReadOnly = True RowSelect = True ParentFont = False ParentShowHint = False ShowHint = False SortType = stText TabOrder = 0 ViewStyle = vsReport OnDblClick = ListView1DblClick end object Button4: TButton Left = 340 Top = 257 Width = 169 Height = 25 Anchors = [akRight, akBottom] Caption = 'Wy'#347'lij do zaznaczonych' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button4Click end object Button1: TButton Left = 220 Top = 257 Width = 115 Height = 25 Anchors = [akRight, akBottom] Caption = 'Usu'#324' zaznaczone' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button1Click end end